home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
util
/
cdity
/
ModeProSrc.lha
/
Daemon
/
Profile.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-20
|
418b
|
36 lines
#define DEBUG_DELAY 30
#define DEBUG
#include <debug.h>
/*
void __asm _PROLOG(register __a0 char *where)
{
/* LONG l;
Delay(50);
for(l=0;l<Indent;l++)
kprintf(" ");
Indent++;
*/
DKP("enter : %s\n",where);
NEST;
}
void __asm _EPILOG(register __a0 char *where)
{
/* LONG l;
Indent--;
Delay(50);
for(l=0;l<Indent;l++)
kprintf(" ");
*/
UNNEST;
DKP("exit : %s\n",where);
}
*/